home *** CD-ROM | disk | FTP | other *** search
/ Zoom 2 / Zoom - Release 2 (1996)(Active Software)[!].iso / texts / dosman121 / man / endcli < prev    next >
Text File  |  1995-05-05  |  898b  |  32 lines

  1.  
  2.  
  3.            EndCLI (V1.3 in C:) (2.x/3.x internal)
  4.  
  5.  
  6.  
  7.      NAME
  8.           EndCLI - Terminate a CLI or Shell.
  9.  
  10.      SYNOPSIS
  11.           EndCLI
  12.  
  13.      DESCRIPTION
  14.             EndCLI causes a shell process to terminate.  The 
  15.         shell will shutdown, freeing all of its resources and 
  16.         closing its window (if it is interactive).
  17.  
  18.             Note that if another program is still using the 
  19.         console for a CLI, you may not be able to close a console 
  20.         CLI window even after running ENDCLI until you terminate 
  21.         that command.  This is most likely to occur if you have 
  22.         "RUN" some command from the CLI and it is still executing 
  23.         when you try to EndCLI.
  24.  
  25.             2.x/3.x Shell contains this command as a builtin. 
  26.         Also, you can press the CTRL-\ or click on the close 
  27.         button to exit your shell.
  28.  
  29.      SEE ALSO
  30.           NewCLI NewSHELL
  31.  
  32.